MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.Core.Rdl.Persistence.Json Namespace / JsonObjectCoderBuilder<TObject> Class / Prop Method

In This Topic
Prop Method (JsonObjectCoderBuilder<TObject>)
In This Topic
Adds a property to the JSON object coder with the specified name, getter, and coder.
Overload List
OverloadDescription
Adds a property to the JSON object coder with the specified name, getter, and coder.  
Adds a property to the JSON object coder with the specified getter and coder. The property name is derived from the expression.  
Adds a property to the JSON object coder with the specified name, coder, getter function, and setter function.  
See Also